
#container {
    height: 400px;
    border: solid 2px black;
}

#box {
    position: relative;
    top: 0px;
    left: 0px;
    width: 40px;
    padding: 2px;
    background-color: #e5e5b5;
    border: solid 2px black;
}